/*start*/ /* SV Endast en av Nordisk E-handelscertifiering godkand Certifierad E-handel far visa upp markningen (logotypen) for Certifierad E-handel eller referenser till att de ar en Certifierade E-handel. Markningen (logotypen) maste laggas in med det skript som tillhandahalls vid godkannandet. http://www.ehandelscertifiering.se/villkor/#abuse NO Bare en nettbutikk som er sertifisert som Sertifisert E-handel av Nordisk E-handelssertifsiering kan vise merket (logoen) for Sertifisert E-handel eller henvise til at de er sertifisert som Sertifisert E-handel. Merkingen (logoen) ma legges inn med det skriptet som gis ved godkjenning. http://www.ehandelssertifisering.no/betingelser/#abuse DA Kun en af Nordisk E-handelscertificering godkendt Certificeret E-handel ma fremvise maerkningen (logoet) for Certificeret E-handel eller henvise til, at de er en Certificeret E-handel. Maerkningen (logoet) skal laegges ind i med det script, der blev modtaget ved godkendelsen. http://www.ehandelscertificering.dk/betingelser/#abuse */ //adjustments for legacy logo code v4 and v5 //in legacy v5 code we have an img tag image placeholder we want to delete var legacy5 = document.getElementById("celink1"); if(legacy5) { legacy5.id = "celink1000"; legacy5.innerHTML = "certifierad ehandel"; } //in legacy v4 code we have a div we want to replace with an a tag var legacy4 = document.getElementById("celogohere"); if(legacy4) { var newa4 = document.createElement("a"); newa4.id = "celink1000"; newa4.innerHTML = "certifierad ehandel"; legacy4.replaceWith(newa4); } var celink512 = document.getElementById("celink512"); celink512.href = "https://www.ehandelscertifiering.se/kontrollera-certifikat/?url=www.poolcare.se"; celink512.oncontextmenu = function() { return false; } celink512.className = "tbsfix"; celink512.onmouseenter = function() { ceShow512(); } celink512.onmouseleave = function() { ceHide512(); } celink512.ontouchstart = function() { ceTouch512(); return false; } celink512.style.display = "inline-block"; celink512.style.width = "25%"; celink512.style.height = "auto";celink512.style.filter = " drop-shadow(0px 0px 4px rgba(120,120,120,0.8))"; celink512.style.webkitFilter = " drop-shadow(0px 0px 4px rgba(120,120,120,0.8))"; celink512.innerHTML = '\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ '; var ceContainer512 = document.createElement("div"); ceContainer512.id = "ceContainer512"; document.body.appendChild(ceContainer512); ceContainer512.innerHTML = '\ \ \
\ \ \
\ \ \ \
\
\ \ \
\ \ \
\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
\ \ \
\ Kvalitetsmärkningen för E-handel\
\ \
\ \
\ Handla tryggt med köpskydd i denna e-handel.\
\ \
\ www.poolcare.se
\ PoolCare AB
\
\ \
\ E-handeln uppfyller idag 2024-04-27 kraven för Certifierad E-handel fastställda av Nordisk E-handelscertifiering.\
\ \
\ \
\ Butiken har inga olösta klagomål.\
\ \
\ \ \
VISA CERTIFIKAT
\
\
\ \
LÄMNA KLAGOMÅL
\
\ \
\ \ \
\
\ '; var ceToA512; var ceToB512; var ceTouchedbefore512 = false; var cePopup512 = document.getElementById('cePopup512'); var ceCenter512 = document.getElementById('ceCenter512'); function ceShow512() { if(cePopup512.style.display=='none') { cePopup512.style.display='inline'; //adjust size of text relative to size of popup, which is 70% of viewport of max 500px var ow = cePopup512.offsetWidth; if(ow >= 500) { cePopup512.style.fontSize = "12px"; } else if( ow >= 350) { cePopup512.style.fontSize = "10px"; } else { cePopup512.style.fontSize = "8px"; } ceCenter512.setAttribute("stroke", "#666766"); cePopup512.style.animation='ceAnimPopupIn 0.3s ease-out normal'; cePopup512.style.WebkitAnimation='ceAnimPopupIn 0.3s ease-out normal'; } } function ceKeepMouse512() { clearTimeout(ceToA512); } function ceKeepTouch512() { cePopup512.onmouseleave = function() { }; clearTimeout(ceToA512); clearTimeout(ceToB512); } function ceHide512() { if(cePopup512.style.display == 'inline') { ceToA512 = setTimeout(ceHideDo512, 1000); } } function ceHideDo512() { cePopup512.style.animation = 'ceAnimPopupOut 0.3s ease-in forwards'; cePopup512.style.WebkitAnimation = 'ceAnimPopupOut 0.3s ease-in forwards'; setTimeout(function() { cePopup512.style.display = 'none'; }, 300); ceCenter512.setAttribute("stroke", "#70BF45"); } function ceTouch512() { if(ceTouchedbefore512) { window.location.href = "https://www.ehandelscertifiering.se/kontrollera-certifikat/?url=www.poolcare.se"; } else { ceTouchedbefore512 = true; ceShow512(); ceToB512 = setTimeout(ceHideDo512, 9500); } } //ceShow512(); /*end*/